Package edu.uky.ai.tic.state
This package contains the model of the state of a game of Tic Tac Toe along
with a representation of all the next available moves and how they change
the game's state.
-
Enum Summary Enum Description Player The two possible Tic Tac Toe players: X and O.